home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Demos / Draw.app / GermWRproj / TextOperations.strings < prev   
Text File  |  1992-07-20  |  2KB  |  68 lines

  1. /* NeXTSTEP Release 3 */
  2.  
  3. /* The operation of changing the gray of some text. */
  4. "Text Gray" = "Text Graustufe";
  5.  
  6. /* The operation of changing the font of some text. */
  7. "Set Font" = "Font einstellen";
  8.  
  9. /* The operation of changing the size of some text. */
  10. "Font Size" = "Schriftgröße";
  11.  
  12. /* The operation of setting the font of some text based on the copy/paste font mechanism. */
  13. "Paste Font" = "Font einfügen";
  14.  
  15. /* The operation of setting the paragraph properties of some text based on the copy/paste ruler mechanism. */
  16. "Paste Ruler" = "Lineal einfügen";
  17.  
  18. /* The operation of subscripting some text. */
  19. "Subscript" = "Tiefstellen";
  20.  
  21. /* The operation of superscripting some text. */
  22. "Superscript" = "Hochstellen";
  23.  
  24. /* The operation of underlining some text. */
  25. "Underline" = "Unterstreichen";
  26.  
  27. /* The operation of eliminating any super or subscripting of some text. */
  28. "Unscript" = "Hoch-/Tiefstellen aus";
  29.  
  30. /* The operation of changing the tab stops in some text. */
  31. "Tab Move" = "Tabulator verschieben";
  32.  
  33. /* The operation of aligning a paragraph to the left. */
  34. "Align Left" = "Linksbündig";
  35.  
  36. /* The operation of aligning a paragraph to the right. */
  37. "Align Right" = "Rechtsb'!g";
  38.  
  39. /* The operation of centering some text. */
  40. "Center" = "Zentriert";
  41.  
  42. /* The operation of left and right justifying some text. */
  43. "Justify" = "Blocksatz";
  44.  
  45. /* The operation of changing the first indent of some text. */
  46. "First Indent" = "Erster Einzug";
  47.  
  48. /* The operation of changing the indentation of some text. */
  49. "Indent" = "Einzug";
  50.  
  51. /* The operation of adding a tab stop to some text. */
  52. "New Tab" = "Neuer Tabulator";
  53.  
  54. /* The operation of deleting a tab stop in some text. */
  55. "Delete Tab" = "Tabulator löschen";
  56.  
  57. /* The operation of changing the left margin on some text. */
  58. "Left Margin" = "Linker Rand";
  59.  
  60. /* The operation of changing the right margin on some text. */
  61. "Right Margin" = "Rechter Rand";
  62.  
  63. /* The operation of changing some general paragraph properties of some text. */
  64. "Paragraph Change" = "Absatz ändern";
  65.  
  66. /* The operation of replace a run of text. */
  67. "Replace" = "Ersetzen";
  68.